home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / billacct / bilpnt18.zip / BILLPOWR.EXE / 0 / RCDATA / TINTEGRAFORM / TINTEGRAFORM.txt
Text File  |  1997-02-15  |  3KB  |  142 lines

  1. object IntegraForm: TIntegraForm
  2.   Left = 200
  3.   Top = 92
  4.   AutoScroll = False
  5.   Caption = 'Integra Data'
  6.   ClientHeight = 264
  7.   ClientWidth = 248
  8.   Font.Color = clWindowText
  9.   Font.Height = -15
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 17
  18.   object okBtn: TButton
  19.     Left = 180
  20.     Top = 6
  21.     Width = 61
  22.     Height = 25
  23.     Caption = '&Ok'
  24.     TabOrder = 1
  25.     OnClick = okBtnClick
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 4
  29.     Top = 6
  30.     Width = 61
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = '&Cancel'
  34.     TabOrder = 2
  35.     OnClick = okBtnClick
  36.   end
  37.   object UserNumBox: TGroupBox
  38.     Left = 164
  39.     Top = 74
  40.     Width = 77
  41.     Height = 49
  42.     Caption = '# Users'
  43.     TabOrder = 3
  44.     object UserNum: TMaskEdit
  45.       Left = 6
  46.       Top = 18
  47.       Width = 65
  48.       Height = 25
  49.       MaxLength = 3
  50.       TabOrder = 0
  51.     end
  52.   end
  53.   object MergePrint: TCheckBox
  54.     Left = 134
  55.     Top = 240
  56.     Width = 107
  57.     Height = 17
  58.     Caption = '&Merge Print'
  59.     TabOrder = 4
  60.   end
  61.   object ProgramBox: TGroupBox
  62.     Left = 4
  63.     Top = 52
  64.     Width = 115
  65.     Height = 141
  66.     Caption = 'Program'
  67.     TabOrder = 0
  68.     object TXbtn: TRadioButton
  69.       Left = 4
  70.       Top = 58
  71.       Width = 95
  72.       Height = 17
  73.       Caption = '&TickleX'
  74.       TabOrder = 1
  75.     end
  76.     object MTbtn: TRadioButton
  77.       Left = 4
  78.       Top = 78
  79.       Width = 107
  80.       Height = 17
  81.       Caption = '&Client Tracks'
  82.       TabOrder = 2
  83.     end
  84.     object BPBtn: TRadioButton
  85.       Left = 4
  86.       Top = 98
  87.       Width = 95
  88.       Height = 17
  89.       Caption = 'Bill&Power'
  90.       TabOrder = 3
  91.     end
  92.     object IObtn: TRadioButton
  93.       Left = 4
  94.       Top = 118
  95.       Width = 105
  96.       Height = 17
  97.       Caption = '&Integra Office'
  98.       TabOrder = 4
  99.     end
  100.     object ADbtn: TRadioButton
  101.       Left = 4
  102.       Top = 18
  103.       Width = 103
  104.       Height = 17
  105.       Caption = 'All My &Days'
  106.       TabOrder = 0
  107.     end
  108.     object SLbtn: TRadioButton
  109.       Left = 4
  110.       Top = 38
  111.       Width = 103
  112.       Height = 17
  113.       Caption = '&ScheduLAN'
  114.       TabOrder = 5
  115.     end
  116.   end
  117.   object DisketteBox: TGroupBox
  118.     Left = 4
  119.     Top = 200
  120.     Width = 115
  121.     Height = 57
  122.     Caption = 'Diskette'
  123.     TabOrder = 5
  124.     object Abtn: TRadioButton
  125.       Left = 4
  126.       Top = 18
  127.       Width = 73
  128.       Height = 17
  129.       Caption = '&A:'
  130.       TabOrder = 0
  131.     end
  132.     object Bbtn: TRadioButton
  133.       Left = 4
  134.       Top = 38
  135.       Width = 61
  136.       Height = 17
  137.       Caption = '&B:'
  138.       TabOrder = 1
  139.     end
  140.   end
  141. end
  142.